const runtime._EINTR

3 uses

	runtime (current package)
		defs_linux_amd64.go#L9: 	_EINTR  = 0x4
		netpoll_epoll.go#L89: 			if n == -_EINTR {
		netpoll_epoll.go#L128: 		if n != -_EINTR {